home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / pcbt098.zip / PCBTIC.CFG < prev    next >
Text File  |  1992-12-28  |  3KB  |  100 lines

  1. ;               Sample configuration file for PCBTIC v1.00
  2.  
  3. ;               Blank lines in this CFG file are disregarded.
  4. ;               Information after a semi-colon is disregarded.
  5.  
  6. ; The following switches can occur anywhere in this configuration file.
  7.  
  8. ; REPLACE       YES means that old versions of files will be deleted from
  9. ;               DIRFL's and directories.  This is useful for keeping
  10. ;               software which is constantly being updated.
  11.  
  12. ;               Options: YES, Y, ON.  Anything else means NO
  13. replace yes
  14.  
  15.  
  16. ; DUPECHECK     YES enables duplicate checking, based on CRC.  Duplicate
  17. ;               files will not be inserted, and the TIC will be renamed
  18. ;               .BAD.
  19.  
  20. ;               Options: YES, Y, ON.  Anything else means NO
  21. dupecheck yes
  22.  
  23.  
  24. ; CHANGEDATE    YES will change the date of incoming files to the current date
  25. ;               and time.  This should be set to YES so these files will be
  26. ;               found with the PCBoard (N)ew file scan.
  27.  
  28. ;               Options: YES, Y, ON.  Anything else means NO
  29. changedate YES
  30.  
  31.  
  32. ; The following pieces of information are required in order for this program
  33. ;     to run.
  34. ;
  35. ; MAILER        The type of mailer that you are using.
  36. ;               Options: FRONTDOOR
  37.  
  38. MAILER FRONTDOOR
  39.  
  40.  
  41. ; CONFIG        The location of the mailer's setup file.
  42. ;               Specify the directory only.
  43.  
  44. CONFIG c:\fd
  45.  
  46.  
  47. ; LIMIT         If less than this many KB remains on destination drive,
  48. ;               then the file will NOT be moved.
  49.  
  50. limit 256
  51.  
  52.  
  53. ;TIME           Specifies the number of hours to add/subtract to system time to
  54. ;               get STANDARD TIME; DAYLIGHT SAVINGS TIME; and the DAYLIGHT
  55. ;               SAVINGS TIME PERIOD.
  56.  
  57. ;               TIME -5, +4, 1 SUN APR - 5 SUN OCT
  58. ;                   This indicates that 5 hours must be added to system time to
  59. ;                   get standard time, +4 hours must be added to get savings
  60. ;                   time, and saving time runs from the 1st Sunday in April to
  61. ;                   the last Sunday in October.
  62. ;
  63. ;               TIME GMT (or UTC)
  64. ;                   Indicates that system time is set to UTC.
  65. ;
  66. ;               TIME -3, -2.5, 20 APR - 9 DEC
  67. ;                   Indicates that savings time starts on 20 April until 9 Dec.
  68.  
  69. ;               TIME parameter set for each coast (Canada and U.S.A.)
  70.  
  71. TIME            +5, +4, 1 SUN APR - 5 SUN OCT   ;For Eastern Canada/U.S.
  72.  
  73.  
  74. ; AREA          The definitions for each area, in the following format:
  75.  
  76.     ;line 1     AREA areaname
  77.     ;line 2     filespec for Directory text file (i.e. descriptions)
  78.     ;line 3     path where these files are moved (same as in PCBoard)
  79.     ;lines 4+ - FROM/TO address PASSWORD
  80.     ;               on TO lines, you can add the NOTIC option which will
  81.     ;               suppress the creation of an outbound .TIC file.
  82.  
  83. ;For example:
  84.  
  85. ;AREA NODEDIFF
  86. ; c:\files\descr
  87. ; c:\files\public\      trailing backslash is optional
  88. ; FROM 1:167/159 xxxxx
  89. ; FROM 1:123/456 yyyyy
  90. ; TO 1:167/159.1 FNEWS  NOTIC
  91. ; TO 1:789/654 FNEWS
  92. ; TO 4:5/6.78 xyz
  93.  
  94. ;AREA SOME_AREA
  95. ; passthru
  96. ; from 1:167/159 xxxxx
  97. ; to 1:167/159.1 yyyyy
  98.  
  99. ;<end of sample configuration file>
  100.